home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programmierung 2
/
Power-Programmierung CD 2 (Tewi)(1994).iso
/
gnu
/
gnulib
/
dkbtrace
/
pbmplus
/
source
/
pbmcrt.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-08-05
|
208 b
|
14 lines
/*
This is the C run time dll for pbmplus
*/
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
void pbmcrt (void) {
fprintf (stderr, "This is the C run time dll for pbmplus.\n");
}